home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
AR-NS10.ZIP
/
CSCAN.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1994-05-28
|
1KB
|
80 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
If (ScrText(1, 1, 1, 0) == "·") Goto LABEL002
If (ScrText(1, 1, 1, 0) <> "·") Goto LABEL001
End
:LABEL001
Cls
PrintLn "@X07@X0F· @X08A@X07Re@X0FS PRODUCTiONS PRESE@X07NT@X08S"
PrintLn "L@X07iG@X0FHTiNG NEWSCAN 1.00 (c) 1@X0799@X084"
PrintLn ""
PrintLn " @X0BConference #/Conference Name"
PrintLn "@X0F┌─@X07─@X0F─@X07──┐@X0F┌──@X07─@X0F──@X07─@X0F─@X07───@X08─@X07──@X08──@X07─@X08────────────────┐"
PrintLn "@X07│ @X08 │@X07│ @X08 │"
PrintLn "└@X07─@X08───@X07─┘@X08└@X07──@X08─@X07─@X08─@X07─@X08──────────────────────────┘"
:LABEL002
AnsiPos 3, 6
Print "@X0B@CONFNUM@"
AnsiPos 10, 6
Print Space(28)
AnsiPos 10, 6
Print "@X0B"
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 1 End
; 1 Cls
; 2 Goto
; 3 Print
; 7 PrintLn
; 2 If
; 3 AnsiPos
;
;
; ■ Functions used :
;
; 1 ==
; 1 <>
; 1 Space()
; 2 ScrText()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------